home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / restaura.swf / scripts / frame_330 / DoAction.as
Encoding:
Text File  |  2008-09-15  |  337 b   |  19 lines

  1. if(_root.last_odpowiedz == 0 || _root.last_odpowiedz == 1)
  2. {
  3.    tellTarget("kelner_gada_zly_big")
  4.    {
  5.       gotoAndPlay(2);
  6.    }
  7.    tellTarget("kelner_idzie")
  8.    {
  9.       gotoAndStop(40);
  10.    }
  11.    tellTarget("dymekkelner")
  12.    {
  13.       gotoAndPlay(80);
  14.    }
  15.    _root.zadowolenie_szefa = -1;
  16.    _root.bledy--;
  17.    stop();
  18. }
  19.